'使用法 Dim instance As OrderedDictionary(Of TKey,TValue) Dim key As TKey Dim value As System.Boolean value = instance.Remove(key)
パラメータ
- key
- The key of the entry to remove.
戻り値の型
true if the key was found and the corresponding element was removed; otherwise, false.